Vcenter Vm Hardware UpdateSpec

Vcenter Vm Hardware UpdateSpec
Vcenter Vm Hardware UpdateSpec

The Vcenter Vm Hardware UpdateSpec schema describes the updates to virtual hardware settings of a virtual machine.

JSON Example
{
    "upgrade_policy": "string",
    "upgrade_version": "string"
}
string
upgrade_policy
Optional

Scheduled upgrade policy.

If set to Vcenter Vm Hardware UpgradePolicy.NEVER, the Vcenter Vm Hardware Info.upgrade_version property will be reset to missing or null.

For more information see: Vcenter Vm Hardware UpgradePolicy.

If missing or null, the value is unchanged.

string
upgrade_version
Optional

Target hardware version to be used on the next scheduled virtual hardware upgrade.

If specified, this property must represent a newer virtual hardware version than the current virtual hardware version reported in Vcenter Vm Hardware Info.version.

For more information see: Vcenter Vm Hardware Version.

If Vcenter Vm Hardware UpdateSpec.upgrade_policy is set to Vcenter Vm Hardware UpgradePolicy.NEVER, this property must be missing or null. Otherwise, if this property is missing or null, default to the most recent virtual hardware version supported by the server.